crypto/tls.constantTimeHash.Size (method)
13 uses
crypto/tls (current package)
cipher_suites.go#L596: func (c *cthWrapper) Size() int { return c.h.Size() }
conn.go#L389: minPayload := explicitNonceLen + roundUp(hc.mac.Size()+1, blockSize)
conn.go#L435: macSize := hc.mac.Size()
conn.go#L909: payloadBytes -= c.out.mac.Size()
conn.go#L919: payloadBytes -= c.out.mac.Size()
crypto/rsa
fips.go#L100: if fips140only.Enabled && saltLength > h.Size() {
fips.go#L110: saltLength = h.Size()
fips.go#L162: if fips140only.Enabled && saltLength > h.Size() {
fips.go#L169: return fipsError(rsa.VerifyPSSWithSaltLength(k, h, digest, sig, h.Size()))
fips.go#L203: if len(msg) > k-2*hash.Size()-2 {
fips.go#L256: k < hash.Size()*2+2 {
go.pact.im/x/extraio
hash.go#L25: buf := make([]byte, 0, h.Size())
hash
hash.go#L39: Size() int
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)